home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / driver / pp100.zip / BLOCK.INI < prev    next >
Text File  |  1992-12-12  |  2KB  |  65 lines

  1. //┌──────────────────────────────────────────────────────────────────────┐
  2. //│  Precise Point Configuration File              08/30/1992  04:16:19  │
  3. //└──────────────────────────────────────────────────────────────────────┘
  4. /*────────────────────────────────────────────────┤  Sensitivity  ├──
  5. 0x2d     // Horizontal sensitivity
  6. 0x2d     // Vertical sensitivity
  7. */
  8. SMD_BITMAP_STRUCT bitmap =
  9. {
  10. 0x0a,    // Horizontal size
  11. 0x10,    // Vertical size
  12. 0x04,    // Horizontal hotspot position
  13. 0x07,    // Vertical hotspot position
  14.  
  15. //────────────────────────────────────────────────┤ Cursor Bitmap ├──
  16. 0x0000,  // ∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙
  17. 0x7f80,  // ∙■■■■■■■■∙∙∙∙∙∙∙
  18. 0x7f80,  // ∙■■■■■■■■∙∙∙∙∙∙∙
  19. 0x7f80,  // ∙■■■■■■■■∙∙∙∙∙∙∙
  20. 0x7f80,  // ∙■■■■■■■■∙∙∙∙∙∙∙
  21. 0x7f80,  // ∙■■■■■■■■∙∙∙∙∙∙∙
  22. 0x7f80,  // ∙■■■■■■■■∙∙∙∙∙∙∙
  23. 0x7f80,  // ∙■■■■■■■■∙∙∙∙∙∙∙
  24. 0x7f80,  // ∙■■■■■■■■∙∙∙∙∙∙∙
  25. 0x7f80,  // ∙■■■■■■■■∙∙∙∙∙∙∙
  26. 0x7f80,  // ∙■■■■■■■■∙∙∙∙∙∙∙
  27. 0x7f80,  // ∙■■■■■■■■∙∙∙∙∙∙∙
  28. 0x7f80,  // ∙■■■■■■■■∙∙∙∙∙∙∙
  29. 0x7f80,  // ∙■■■■■■■■∙∙∙∙∙∙∙
  30. 0x7f80,  // ∙■■■■■■■■∙∙∙∙∙∙∙
  31. 0x0000,  // ∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙∙
  32.  
  33. //────────────────────────────────────────────────┤ Screen Bitmap ├─
  34. 0x7f80,  // ∙■■■■■■■■∙∙∙∙∙∙∙
  35. 0xffc0,  // ■■■■■■■■■■∙∙∙∙∙∙
  36. 0xffc0,  // ■■■■■■■■■■∙∙∙∙∙∙
  37. 0xffc0,  // ■■■■■■■■■■∙∙∙∙∙∙
  38. 0xffc0,  // ■■■■■■■■■■∙∙∙∙∙∙
  39. 0xffc0,  // ■■■■■■■■■■∙∙∙∙∙∙
  40. 0xffc0,  // ■■■■■■■■■■∙∙∙∙∙∙
  41. 0xffc0,  // ■■■■■■■■■■∙∙∙∙∙∙
  42. 0xffc0,  // ■■■■■■■■■■∙∙∙∙∙∙
  43. 0xffc0,  // ■■■■■■■■■■∙∙∙∙∙∙
  44. 0xffc0,  // ■■■■■■■■■■∙∙∙∙∙∙
  45. 0xffc0,  // ■■■■■■■■■■∙∙∙∙∙∙
  46. 0xffc0,  // ■■■■■■■■■■∙∙∙∙∙∙
  47. 0xffc0,  // ■■■■■■■■■■∙∙∙∙∙∙
  48. 0xffc0,  // ■■■■■■■■■■∙∙∙∙∙∙
  49. 0x7f80,  // ∙■■■■■■■■∙∙∙∙∙∙∙
  50. };
  51.  
  52. //────────────────────────────────────────────────┤ Sacrifice Map ├─
  53. SMD_SACMAP_STRUCT sacmap =
  54. {
  55. 0xd7,
  56. 0xd8,
  57. 0xd0,
  58. 0xd2,
  59. 0xd4,
  60. 0xd5,
  61. 0xd3,
  62. 0xc6,
  63. 0xc7,
  64. };
  65.